FUNCTION A popUpMenu which allows the programmer to add emphasis to each item
ST-VERSIONS 4.1
PREREQUISITES
CONFLICTS
DISTRIBUTION global
VERSION 2.0
DATE September 1991
SUMMARY In R2.5 there is a class PopUpTextMenu. This
class offers the same functionality (but with less code). BH,
25/9/91"!
'From Objectworks\Smalltalk(R), Release 4.1 of 15 April 1992 on 2 September 1992 at 4:26:02 am'!
PopUpMenu subclass: #EmphasisedPopUpMenu
instanceVariableNames: 'fontKeys '
classVariableNames: ''
poolDictionaries: ''
category: 'Interface-Menus'!
EmphasisedPopUpMenu comment:
'EmphasisedPopUpMenu is a refinement of PopUpMenu that allows the various labels to be rendered in different fonts. This is accomplished by using the instance variable fontKeys as a holdef for an array of emphases. This was adapted from the class PopUpTextMenu in release 2.5.